home *** CD-ROM | disk | FTP | other *** search
- 97
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- PMIconList
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baPMIconList returns a list containing all the icons in a Program Manager group.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baPMIconList( Group )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Argu
- --- RECORDSEPARATOR ---
- m
- --- RECORDSEPARATOR ---
- ents:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Group is the name of the group to get the icons of.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- List (Xtra) or String (UCD).
- --- RECORDSEPARATOR ---
- Returns a list or string containing all the icons in Group.
- --- RECORDSEPARATOR ---
- If Group does not exist or it empty, then an empty list or string will be returned.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set IconList = baPMIconList( "Macromedia" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- IconList := baPMIconList( "Macromedia" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- The return for the UCD version is a string with each icon on a separate line. You
- --- RECORDSEPARATOR ---
- can use the Authorware GetLine function to retrieve each group.
- --- RECORDSEPARATOR ---
- In 32 bit, you can also get the contents of a nested group, by placing a "\" ("\\" in
- --- RECORDSEPARATOR ---
- Authorware) between the groups. eg baPMIconList( "Accessories\Multimedia" ) will
- --- RECORDSEPARATOR ---
- get the contents of the Multimedia group, inside the Accessories group.